| Subclasses of ControllerCommand in org.eclipse.vtp.framework.common.commands |
class |
ExitCommand
A command that terminates an included process and returns control to the
originating process. |
class |
ForwardCommand
A command that tells the process engine to terminate the current process and
pass control to another process. |
class |
IncludeCommand
A command that tells the process engine to suspend the current process and
pass control to another process, resuming the current process when the target
process completes. |